home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-20 | 333 b | 19 lines |
- CFLAGS = nostackcheck structureequivalence ignore=73
-
- all: genlockdemo RGBBoxes UserCopperExample WBClone
-
- genlockdemo: genlockdemo.c
- sc link $(CFLAGS) $@
-
- RGBBoxes: RGBBoxes.c
- sc link $(CFLAGS) $@
-
- UserCopperExample: UserCopperExample.c
- sc link $(CFLAGS) $@
-
- WBClone: WBClone.c
- sc link $(CFLAGS) $@
-
- clean:
- -delete \#?.(o|lnk)
-